A TextArea object is a multi-line region that displays text. It can be set to allow editing or to be read-only. The following image shows the appearance of a text area: This text area could be created by the following line of code:
The following code taken from TextSamplerDemo.java demonstrates initializing an editable text area. The text area uses the specified italic font, and wraps lines between words.